home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / PASSDK30.ZIP;1 / DISK1.ZIP / PAS / SUBS / MVSOUND / MK.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-04-07  |  373 b   |  24 lines

  1. rem
  2. rem Build the libraries!
  3. rem
  4.     @echo off
  5.     if not (%debug%)==(ON) goto label05
  6.     @echo on
  7. :label05
  8.  
  9.     if (%1)==()    goto help
  10.  
  11.     call tiny  %1
  12.     call small %1
  13.     call large %1
  14.  
  15.     goto done
  16.  
  17. :help
  18.     echo To Use: DOS\ MK [MSC or BCC]
  19.     echo Where:           MSC specifies Microsoft C
  20.     echo          BCC specifies Borland C
  21.  
  22. :done
  23.  
  24.